Fix VMX guest can not be created on PAE xen with more than 4G RAM.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Sun, 19 Mar 2006 17:55:46 +0000 (18:55 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Sun, 19 Mar 2006 17:55:46 +0000 (18:55 +0100)
commit4d32eea226102cc956c636d9b9c14336519061c6
tree28420af5961858004386a9ecec644b48a89e7da8
parent22f244482c53ce64d49efa3bed14e3ffb25ceb48
Fix VMX guest can not be created on PAE xen with more than 4G RAM.
Also change v_end type from unsigned long to unsigned long long, for we
will have PAE VMX guest with more than 4G memory on PAE xen.

Signed-off-by: Xin Li <xin.b.li@intel.com>
tools/libxc/xc_hvm_build.c